The MyAlbumXtension object is used to represent a loaded MAX extension DLL.
Name | String | read-only | Name of the MAX. |
nType | Long | read-only | Type of the MAX. |
nState | Long | read-only | State of the MAX. |
Execute(sCmd As String) As Boolean
Asks the MAX to execute the specified command (MAX dependent).
GetResult() As String
Retrieves the result (string) from the last execution.
Setup() As Long
Displays the MAX setup dialog box (if any).
MAX types: (can be combined)
MAX_POSTLOAD | 1 | MAX is launch after picture is first loaded. |
MAX_PRELOAD | 2 | MAX is launch before picture is first loaded. |
MAX_RUNABLE | 4 | MAX can be launched at any time (Execute method is defined). |
MAX states:
MAX_IDLE | 0 | MAX is not running. |
MAX_RUNNING | 1 | MAX is running. |